home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-in_the_mag-
/
basics
/
amos
/
bobclip.lha
/
bobclip
/
Install
< prev
next >
Wrap
Text File
|
1997-07-27
|
800b
|
37 lines
;Installerscript for BobClip
;Author Mike Hiltunen
;Copyright © 1997 by Mike Hiltunen, all rights reserved
(set #DirName "BobClip")
(set #Ver "v1.34")
(
;Get destination dir for BobClip files
(set mydest
(askdir
(prompt "Where do you wish to install BobClip?\n"
"A directory named "#DirName" will be created here.")
(help "The drawer "#DirName" will be created here to "
"include the program "#DirName" " #Ver" and "
"complimentary files and data.\n\n" @askfile-help)
(default "RAM:")
(disk)
)
)
(set @default-dest mydest)
(copyfiles
(source "/BobClip.info")
(dest mydest)
)
(set mydest(tackon mydest #DirName))
(copyfiles
(source "")
(dest mydest)
(all)
)
)